Update prom/prometheus Docker tag to v3 #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.53.1
->v3.1.0
Release Notes
prometheus/prometheus (prom/prometheus)
v3.1.0
: 3.1.0 / 2025-01-02Compare Source
What's Changed
l=~".+"
matcher. #15474, #15684absent
,absent_over_time
andderiv
func with histograms. #15667resets
function for histograms. #15527changes()
for mix of histograms and floats. #15469round()
function did not remove__name__
label. #15250count_values
for histograms. #15422bool
modifier and native histograms. #15413v3.0.1
: 3.0.1 / 2024-11-28Compare Source
The first bug fix release for Prometheus 3.
v3.0.0
: 3.0.0 / 2024-11-14Compare Source
This release includes new features such as a brand new UI and UTF-8 support enabled by default. As this marks the first new major version in seven years, several breaking changes are introduced. The breaking changes are mainly around the removal of deprecated feature flags and CLI arguments, and the full list can be found below. For users that want to upgrade we recommend to read through our migration guide.
GOMAXPROCS
variable automatically to match the Linux CPU quota. Use--no-auto-gomaxprocs
to disable it. Theauto-gomaxprocs
feature flag was removed. #15376GOMEMLIMIT
variable automatically to match the Linux container memory limit. Use--no-auto-gomemlimit
to disable it. Theauto-gomemlimit
feature flag was removed. #15373fallback_scrape_protocol
in the scrape config. #15136scrape_classic_histograms
was renamed toalways_scrape_classic_histograms
. #15178.
now matches all characters (performance improvement). #14505holt_winters
is now calleddouble_exponential_smoothing
and moves behind the experimental-promql-functions feature flag. #14930--web.enable-otlp-receiver
instead of--enable-feature=otlp-write-receiver
. #14894no-default-scrape-port
feature flag removed. #14160_created
timeseries if feature-flagcreated-timestamp-zero-ingestion
is enabled. #14738--enable-feature=old-ui
for the time being. #14872discovery.k8s.io/v1beta1
API version of EndpointSlice. This version is no longer served as of Kubernetes v1.25. #14365networking.k8s.io/v1beta1
API version of Ingress. This version is no longer served as of Kubernetes v1.22. #14365utf8-name
feature flag has been removed. #14705new-service-discovery-manager
feature flag has been removed. #14770agent
has been removed. To run Prometheus in Agent mode, use the new--agent
cmdline arg instead. #14747remote-write-receiver
,promql-at-modifier
, andpromql-negative-offset
feature flags. #13456, #14526storage.tsdb.allow-overlapping-blocks
,alertmanager.timeout
, andstorage.tsdb.retention
flags. #14640, #14643otlp.translation_strategy = NoUTF8EscapingWithSuffixes
configuration option. #15384auto-reload-config
. #14769rate
returns points. #14910Full Changelog: prometheus/prometheus@v2.55.0...v3.0.0
v2.55.1
: 2.55.1 / 2024-11-04Compare Source
round()
function did not remove__name__
label. #15250v2.55.0
: 2.55.0 / 2024-10-22Compare Source
What's Changed
info
function. #14495utf8-names
. #14482, #14880, #14736, #14727http_headers
in config. #14817created-timestamp-zero-ingestion
in OpenMetrics. #14356, #14815scrape_failure_log_file
option to log failures to a file. #14734tsdb create-blocks
new option to add labels. #14403promtool test
adds--junit
flag to format results. #14506delayed-compaction
feature flag, for people running many Prometheus to randomize timing. #12532__name__
label to the end of the query evaluation. This is experimental and enabled under the feature-flagpromql-delayed-name-removal
. #14477sort_by_label
andsort_by_label_desc
sort by all labels when label is equal. #14655, #14985avg
andavg_over_time
. #14413new-service-discovery-manager
). #13147new-service-discovery-manager
). #13622record_decode_failures_total
metric. #14042New Contributors
Full Changelog: prometheus/prometheus@v2.54.1...v2.55.0
v2.54.1
: 2.54.1 / 2024-08-27Compare Source
match_first_network
mode when container is reconnected to a new network. #14654Full Changelog: prometheus/prometheus@v2.54.0...v2.54.1
v2.54.0
: 2.54.0 / 2024-08-09Compare Source
Release 2.54 brings a release candidate of a major new version of Remote Write: 2.0.
This is experimental at this time and may still change.
Remote-write v2 is enabled by default, but can be disabled via feature-flag
web.remote-write-receiver.accepted-protobuf-messages
.highest_timestamp_in_seconds
andqueue_highest_sent_timestamp_seconds
metrics now initialized to 0. #14437metadata-wal-records
(defaults on). #14395,#14427,#14444time() - my_timestamp > 10m
. #9138histogram_count
andhistogram_sum
functions. #14097flavor.original_name
if available. #14312out_of_order_time_window
config option now applies to agent. #14094|
characters when generating docs. #14420Many thanks to the Prometheus Team and contributors:
@zenador
@jjo
@rexagod
@darshanime
@charleskorn
@fpetkovski
@carrieedwards
@colega
@pracucci
@akunszt
@DrAuYueng
@paulojmdias
@Maniktherana
@rabenhorst
@saswatamcode
@B1F030
@yeya24
@rapphil
@liam-howe-maersk
@jkroepke
@FUSAKLA
@Ranveer777
v2.53.3
: 2.53.3 / 2024-11-04Compare Source
v2.53.2
: 2.53.2 / 2024-08-09Compare Source
Fix a bug where Prometheus would crash with a segmentation fault if a remote-read
request accessed a block on disk at about the same time as TSDB created a new block.
[BUGFIX] Remote-Read: Resolve occasional segmentation fault on query. #14515,#14523
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.